home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 5
/
inter@ivo 1996-06.iso
/
cybint5
/
bin
/
gforum.dxr
/
00041.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-13
|
273 b
|
16 lines
on exitFrame
global dir
if rollOver(14) then
if dir = 1 then
set the visible of sprite 15 to 1
go(the frame + 1)
end if
if dir = -1 then
go(the frame - 1)
end if
else
set the visible of sprite 15 to 0
go("Loop")
end if
end